home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 45975 / 45975.xpi / content / css.css < prev    next >
Cascading Style Sheet File  |  2009-11-23  |  2KB  |  72 lines

  1. .clicknlearn {
  2.     text-indent: 0px !important;
  3.     font-variant: normal !important;
  4.     margin: 0px !important;
  5.     padding: 0px !important;
  6.     color: #000000 !important;
  7.     font-size: 12px !important;
  8.     font-family: Arial, Verdana, Sans-Serif !important;
  9.     line-height: 18px !important;
  10. }
  11.  
  12. div.clicknlearn {
  13.     background-color: #F9F9F9 !important;
  14.     margin: 0px !important;
  15.     padding: 0px !important;
  16.     border: 0px !important;
  17.     clear: right !important;
  18.     float: right !important;
  19. }
  20.  
  21. div#clicknlearnDiv {
  22.     background: #FFFFFF url(chrome://clicknlearn/skin/background.png) repeat-x !important;
  23.     letter-spacing: 0px !important;
  24.     position: absolute !important;
  25.     font-weight: normal !important;
  26.     border: 3px solid #B6B6B6 !important;
  27.     padding: 8px !important;
  28.     overflow: hidden !important;
  29.     z-index: 2147483640 !important;
  30.     display: block !important;
  31.     text-align: left !important;
  32.     width: auto !important;
  33.     -moz-border-radius: 6px !important;
  34.     -moz-box-shadow: 6px 6px 25px -6px #000000 !important;
  35. }
  36.  
  37. .clicknlearnRemind {
  38.     background: yellow !important;
  39. }
  40.  
  41. .clicknlearnButton {
  42.     -moz-border-radius-bottomleft:13px !important;
  43.     -moz-border-radius-bottomright:13px !important;
  44.     -moz-border-radius-topleft:13px !important;
  45.     -moz-border-radius-topright:13px !important;
  46.     background-color:#73B9FF !important;
  47.     background-image:url(chrome://clicknlearn/skin/button-blue.jpg) !important;
  48.     background-position:center center !important;
  49.     background-repeat:repeat-x !important;
  50.     border:1px solid #258BFF !important;
  51.     color:#FFFFFF !important;
  52.     cursor:pointer !important;
  53.     font-family:helvetica,arial,sans-serif !important;
  54.     font-size:1em !important;
  55.     margin:0.3em 0 !important;
  56.     overflow:visible !important;
  57.     padding:0 0.6em 0 0.5em !important;
  58.     text-decoration:none !important;
  59.     text-shadow:-1px -1px 1px #196CF2 !important;
  60.     vertical-align:middle !important;
  61.     white-space:nowrap !important;
  62. }
  63.  
  64. button#cnl_settingsButton {
  65.     padding:0 0 0 0 !important;
  66.     cursor:pointer !important;
  67. }
  68. .clicknlearnRightButton {
  69.     position: absolute !important;
  70.     right: 8px !important;
  71.     top: 1px !important;
  72. }